home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / win / acron14.zip / logmsg.txt < prev   
Text File  |  1994-02-23  |  1KB  |  32 lines

  1. LOGMSG.EXE - A message log command line utility for DOS. 
  2.  
  3. Usage:
  4.     >LOGMSG Message text
  5.  
  6. The LOGMSG command is a general purpose DOS utility for adding date
  7. and time stamped messaged to a log file.  "Message text" is echoed to
  8. the standard output device with a date and time stamp attached.  This
  9. output can be redirected to a file as follows:
  10.  
  11.     >LOGMSG Message that overwrites a file. > MSGLOG.TXT
  12.         or
  13.     >LOGMSG Message that is appended to a file. >> MSGLOG.TXT
  14.  
  15. Note the use of a single '>' symbol to overwrite the destination file
  16. and the double '>>' symbols to append the text to an existing file.
  17. When the latter form is used, the file will be created if it does not
  18. already exist.
  19.  
  20. This utility was specifically written for the ARISoft Cron for Windows
  21. application.  When Cron executes a DOS batch file, it is able to log
  22. the start of the event but has no way to know when the job is completed.
  23. Using LOGMSG, the batch file can append a "Completed" message and/or
  24. progress messages to the CRONLOG.TXT file, if this level of tracking is
  25. desired.
  26.  
  27. LOGMSG is distributed by ARITEK Systems, Inc. with the ARISoft Cron -
  28. Clock Daemon for Windows application.  It may not be re-distributed
  29. unless accompanied by the ARISoft Cron program and associated files.
  30.  
  31. Copyright (c) 1994, ARITEK Systems, Inc.
  32.